home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.1 (Developer) [x86] / NeXT Step 3.1 Intel dev.cdr.dmg / NextDeveloper / Examples / AppKit / Graph / PB.project < prev    next >
Text File  |  1992-06-01  |  1KB  |  44 lines

  1. writeMainfile = 0;
  2. INSTALLDIR = "$(HOME)/Apps";
  3. APPICON = AppIcon.tiff;
  4. GENERATEMAIN = YES;
  5. DOCICONFILES = (DocIcon.tiff, DocIcon3D.tiff);
  6. FILESTABLE = {
  7.     M_FILES = (Graph_main.m);
  8.     OTHER_LINKED = ();
  9.     H_FILES = (exprDefs.h, Expression.h, Graph.h, Graph3DDoc.h, GraphApp.h, GraphDoc.h, LineGraph.h, PointMesh.h, RotatorCamera.h, ThreeDPanel.h);
  10.     CLASSES = (Expression.m, Graph3DDoc.m, GraphApp.m, GraphDoc.m, LineGraph.m, PointMesh.m, RotatorCamera.m, ThreeDPanel.m);
  11.     IMAGES = ();
  12.     PSW_FILES = ();
  13.     C_FILES = ();
  14.     OTHER_RESOURCES = ();
  15.     OTHER_SOURCES = (expr.ym, Makefile.postamble, Makefile.preamble, README.rtf, token.lm);
  16.     SUBPROJECTS = ();
  17.     PSWM_FILES = ();
  18.     SOUNDS = ();
  19.     STRINGS_FILES = (Graph.strings);
  20.     OTHER_LIBS = (Media_s, NeXT_s);
  21.     INTERFACES = (Graph.nib, Graph3DDoc.nib, GraphDoc.nib, Help.nib, Info.nib, ThreeDPanel.nib);
  22. };
  23. APPCLASS = Application;
  24. appWrapper = NO;
  25. MAINNIB = Graph;
  26. DOCEXTENSIONS = (xygraph, xyzgraph);
  27. PROJECTTYPE = Application;
  28. PROJECTVERSION = 1.1;
  29. LOCALIZABLE_FILES = {
  30.     Graph.strings;
  31.     Info.nib;
  32.     Help.nib;
  33.     GraphDoc.nib;
  34.     Graph3DDoc.nib;
  35.     ThreeDPanel.nib;
  36.     Graph.nib;
  37. };
  38. PROJECTNAME = Graph;
  39. makeTarget = "make debug";
  40. writeMakefile = 1;
  41. appClassName = Application;
  42. SYSTEMEXTENSIONS = ();
  43. LANGUAGE = English;
  44.